-- Module name:
'random_items'

-- Configuration:
hc.RANDOM_ITEMS_CONFIG = {
	spawnerItem = hc.GUT_BOMB, -- Gut Bomb
	chance = 100,
	defaultItemID = hc.AWP, -- AWP
	weaponTypes = {
		{
			id = hc.STEALTH_SUIT, -- Stealth Suit
			chance = 30
		},
		{
			id = hc.LASER, -- Laser
			chance = 20
		},
		{
			id = hc.SCOUT, -- Scout
		    chance = 20
		}
	}
}
